home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir33 / rfp106.zip / FORM4X.ZIP / LESSON4.FRM (.txt) < prev    next >
Form Master Form  |  1991-09-25  |  5KB  |  90 lines

  1. Lesson 4 - Special Functions
  2. Steps for building a form:
  3. 1.  Design your form on paper.
  4. 2.  Enter text onto blank form (Lesson 1)
  5. 3.  Add input fields to form (Lesson 2)
  6. 4.  Add borders to your form (Lesson 3)
  7. 5.  Add special printer control functions (Lesson 4)<
  8.  You are here  
  9. You should proceed through these lessons in order.  If you make any mistakes  
  10. just reload the form and begin editing again.
  11. Alternate Characters
  12. There are 26 alternate characters you can insert into your form that
  13. have special meaning when your form is executed.  These characters are
  14. inserted by holding down the Alt key and pressing a letter of the
  15. alphabet.  They are seen only when you are editing a form, never when
  16. you are executing.  The functions that the special characters control
  17. take effect immediately following the character.
  18. Press PgDn
  19. Three of these special characters are reserved for placing information
  20. on your form:
  21. Character
  22. Function
  23. Symbol
  24. Alt-D
  25. Place current date on form
  26. Alt-F
  27. Place current form number on form
  28. Alt-T
  29. Place current time on form
  30. The 'Symbol' is what you see when you type the Alt-letter.
  31. Note:  Date and time will only be as current as your computer clock.
  32. One of these special characters is reserved for writing two lines on
  33. top of each other (overstriking).
  34. Character
  35. Function
  36. Symbol
  37. Alt-O
  38. Cancel line feed after this line
  39. Example
  40.  The last word in this sentence will be overstriked with '/':  word 
  41. There are 22 letters left.  These are used for up to 22 different print
  42. functions such as switch to and from italics, boldface, elite, etc.
  43. Press PgDn
  44. You can define these characters any way you like (see Configuring Your
  45. Printer in the documentation).  Currently the following defaults are
  46. used:
  47. Character
  48. Function
  49. Symbol
  50. Alt-B
  51. Boldface text
  52. Alt-C
  53. Compressed text
  54. Alt-E
  55. Elite text
  56. Alt-H
  57. Higher (superscript)
  58. Alt-I
  59. Italic text
  60. Alt-L
  61. Lower (subscript)
  62. Alt-P
  63. Pica text
  64. Alt-U
  65. Underlining
  66. Alt-X
  67. Expanded text
  68. The first time you insert one these characters in a line turns on that
  69. function.  The second time turns it off.  The third time back on, and so  
  70. on.  These functions take effect when you print.
  71. PLEASE DO NOT PRINT THIS SCREEN.  THE SPECIAL CHARACTERS ABOVE WILL NOT
  72. PRINT CORRECTLY AND WILL LEAVE YOUR PRINTER IN AN UNKNOWN STATE.
  73. Press PgDn
  74. Using Special Characters
  75. These special characters are always inserted whenever you use them.  Text 
  76. from the cursor to the end of the line will be shifted one column to the  
  77. right.  This will distort your form if you have characters on the line
  78. which are supposed to line up with characters on other lines.  However,
  79. when the form is executed, the special characters are not shown and the
  80. form will then look normal.  (If you press Alt-F1, the editor will show
  81. how the form will look when executing it.)
  82. The following example will cause the word 'lazy' to be underlined during  
  83. printing:  Move the cursor to just above the first '^' and press Alt-U.
  84. Move the cursor to just above the second '^' and press Alt-U.
  85. The quick red fox jumped over the lazy brown dog.
  86. Now press Alt-F1 to view without the special characters.
  87.  End of Lesson 4 
  88.  TNow return to DOS and print the file TUTORIAL.DOC.  Following the instructions
  89.  7to build your first working form!
  90.